object AutorOkno: TAutorOkno Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'O programie dxFoczka.' ClientHeight = 213 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 70 Height = 13 Caption = 'dxFoczka.EXE' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 86 Height = 13 Caption = 'Wersja 1.2.PCWK' IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 266 Height = 13 Caption = 'Prawa autorskie: Marek Nowicki, 04 pa�dziernika 2001' IsControl = True end object Comments: TLabel Left = 8 Top = 112 Width = 247 Height = 26 Caption = 'Program generuje wsp�rz�dne w�z��w i numeracj� element�w MES na' + ' podstawie rysunku z pliku DXF.' WordWrap = True IsControl = True end object Label1: TLabel Left = 96 Top = 88 Width = 81 Height = 13 Caption = 'budkom@data.pl' OnClick = Label1Click end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end